home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / for amiga / announce-2.0.21.z / announce-2.0.21
Text File  |  1997-04-23  |  3KB  |  79 lines

  1. This announces the release of Linux/68k-2.0.21.
  2.  
  3. This release is compatible with the native 2.0.21 kernel. Originally I
  4. did not expect this release to contain more than a few bugfixes and
  5. the update to 2.0.21, but sometimes things do not turn out quite as
  6. you expect ;)
  7.  
  8. The most important are probably that the kernel should now work on
  9. 68020 CPUs and the, hopefully, final ramdisk patch
  10. from Guenther Kelleter, which should solve problems for ramdisks
  11. having length which is not divideable by 4096 (this is often the
  12. case for compressed ramdisks).
  13.  
  14. Another nice feature of 2.0.21 is Linus' new mkdep program written in
  15. C. This results in a 5 times speed up of `make dep' on my computer, so
  16. you might wanna run it a couple of times just to feel the rush ;)
  17.  
  18. Here is a list of the most important changes:
  19.  
  20. Roman Hodek:
  21.  o signal stacks for tosemu.
  22.  
  23. Roman Zippel:
  24.  o support for 68020 CPU + 68851 MMU works again.
  25.  
  26. Guenther Kelleter:
  27.  o fixed ramdisks of length not divideable by 4096.
  28.  o atari/bootstrap.c: align load address of ramdisk image so read()
  29.    can read faster with odd sized kernels
  30.  o arch/m68k/kernel/ksyms.c,arch/m68k/mm/init.c: remove rests of
  31.    static rd
  32.  o drivers/block/genhd.c: don't show `AHDI' for all logical drives,
  33.    instead show ICD extended partitions and XGM chains; fixed SYS_IND
  34.  o include/asm/setup.h: FPU_MASK is still missing
  35.  
  36. Andreas Schwab:
  37.  o clustering support for little endian ext2fs, which we are moving
  38.    towards.
  39.  o optimized context switching. It is not necessary to flush ATC and
  40.    virtual caches when switching to the same address space.
  41.  o fix for `file.x.y' filenames on the msdos filesystem.
  42.  o Semaphore implementation for 2.0.19+.
  43.  
  44. Geert Uytterhoeven:
  45.  o Amiboot updated to version 4.0 and a new readme file for amiboot
  46.    (Documentation/m68k/amiboot.README).
  47.  
  48. Joerg Dorchain:
  49.  o lp_mfc.c, support for the parallel port on the Multiface III card.
  50.  o lp drivers can be compiled as modules.
  51.  o fix amiflop.c to accept broken floppy-drives present in new AT
  52.    Amiga 1200.
  53.  
  54. Chris Lawrence:
  55.  o updates to Configure.help
  56.  o CyberVision support should work now (resent original patch from
  57.    Martin Apel).
  58.  o enabled /proc interface for wd33c93 based SCSI controllers (A2091,
  59.    A3000 and GVP).
  60.  
  61. Hans-Joachim Widmaier:
  62.  o AFFS filesystem updated, should be significantly faster now.
  63.  
  64. Myself:
  65.  o loadable font support. Currently it is only possible to update the
  66.    font for one vc at a time.
  67.  o minor fixes to the console/amifb code.
  68.  o various cleanups.
  69.  o updated Roman Hodek's documentation for m68k specific
  70.    kernel-options to 2.0.x (Documentation/m68k/kernel-options.txt).
  71.  
  72. The new kernel as well as a set of pre-compiled kernels, one for the
  73. Atari and one for the Amiga (vmlinux-2.0.21-Atari.tar.gz and
  74. vmlinux-2.0.21-Amiga.tar.gz respectively) are available at
  75. SunSITE.auc.dk, under /pub/os/linux/680x0/v2.0. These files will
  76. hopefully be available at the mirrors in a day or two.
  77.  
  78. 09/26/96 Jes Sorensen (jds@kom.auc.dk).
  79.